home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / BenchMark / TIFFany2.app / English.lproj / ImageInfo.nib / data.classes next >
Text File  |  1994-10-06  |  1KB  |  54 lines

  1. InspectorView = {
  2.     ACTIONS = {"setInspector:" = "setInspector:"; }; 
  3.     OUTLETS = {currBox = currBox; }; 
  4.     SUPERCLASS = View; 
  5. };
  6. ImageInfo = {
  7.     ACTIONS = {"depthChanged:" = "depthChanged:"; "displayChanged:" = "displayChanged:"; }; 
  8.     OUTLETS = {
  9.         convert = convert; 
  10.     display = display; 
  11.     histSwitch = histSwitch; 
  12.     histView = histView; 
  13.     histogram = histogram; 
  14.     info = info; 
  15.     infoMat = infoMat; 
  16.     inspPanel = inspPanel; 
  17.     inspPopup = inspPopup; 
  18.     inspView = inspView; 
  19.     lastMain = lastMain; 
  20.     posMat = posMat; 
  21.     position = position; 
  22.     stringTable = stringTable; 
  23.     tool = tool; 
  24.     toolIns = toolIns; 
  25.     toolTitle = toolTitle; 
  26.     well = well; 
  27.     }; 
  28.     SUPERCLASS = Object; 
  29. };
  30. Inspector = {ACTIONS = {"forceNew:" = "forceNew:"; }; OUTLETS = {}; SUPERCLASS = Object; };
  31. ToolPanel = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = FloatPanel; };
  32. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  33. HistogramView = {
  34.     ACTIONS = {"bitmapChanged:" = "bitmapChanged:"; }; 
  35.     OUTLETS = {
  36.         cmykPopup = cmykPopup; 
  37.     colorField = colorField; 
  38.     image = image; 
  39.     maxField = maxField; 
  40.     meanField = meanField; 
  41.     minField = minField; 
  42.     modeField = modeField; 
  43.     popup = popup; 
  44.     radio = radio; 
  45.     rgbPopup = rgbPopup; 
  46.     }; 
  47.     SUPERCLASS = View; 
  48. };
  49. FloatPanel = {
  50.     ACTIONS = {}; 
  51.     OUTLETS = {cancelButton = cancelButton; defaultButton = defaultButton; }; 
  52.     SUPERCLASS = Panel; 
  53. };
  54.